c# find a wav file in the folder

71

c# find a wav file in the folder -

var background = new System.Windows.Media.MediaPlayer();
background.Open(new Uri(Application.StartupPath + @"\YourWavFile.wav"));
background.Play();

Comments

Submit
0 Comments